home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1990: Discy Business / Discy Business.hdv / DEV.CD / GUIDED.TOURS / IIC.PLUS.TOUR / PRESENTING / TYPE3TEXT.TXT < prev   
Encoding:
Text File  |  1988-04-16  |  1.0 KB  |  60 lines  |  [04] ASCII Text (0x0000)

  1. %r 13 e
  2.  
  3. As we mentioned before, a computer is
  4. more versatile than a typewriter.
  5. For example, a computer can ask you:
  6. %w
  7. %r 13 e
  8.  
  9. Before we begin discussing this topic,
  10. we'd like to get your first name.
  11. %w
  12. %s 9 "Let's see..."
  13. %c 0
  14. Please don't be shy; just type your first name, then press
  15. RETURN.
  16. %ec
  17. %c 1
  18. That's a long name.  Do you have a
  19. nickname?  If you do, please type it.
  20. %ec
  21. %c 2
  22. %@ r 19 e
  23. Please type YES or NO, then press RETURN.
  24. %ec
  25. %c 3
  26. %r 13 e
  27.  
  28. Please let me try it again.
  29. %ec
  30. %w
  31. %m 0
  32. %@ 4 18
  33. What's your first name?
  34. %@ 4 19
  35. >
  36. %b 2 37 18 19 2
  37. %w
  38. %r 13 e
  39. %s 1 7 s 2 15 s 3 33 s 4 19
  40. %w
  41. %s 1 4 s 2 2 s 3 4 s 4 y s 5 yes s 6 n s 7 no
  42. %@ 0 0
  43. Is "&0" your correct first name?
  44. %w
  45. %@ 7 17
  46. >
  47. %b 5 35 15 17 3 r 19
  48. Type YES and press RETURN if it is; type NO and press RETURN
  49. if it isn't.
  50. %w
  51. %r 19 e
  52. OK, &0.  Let's go back to the menu.
  53. [Please press RETURN.]
  54. %w
  55. %r 19 e
  56. Great, &0.  Press RETURN to continue.
  57. %w
  58. %end
  59.